×

class lock câu

"class lock" là gì  

Câu ví dụ

  1. Synchronized blocks can also be specified on a class lock:
    Synchronized block cũng có thể được xác định trên một class:
  2. If we rewrite the Lock class without using the State Pattern, the code will be incredibly confusing and hard to follow.
    Nếu chúng ta viết lại class Lock mà không sử dụng State Pattern, code sẽ vô cùng khó hiểu và khó theo dõi.
  3. A lock is an instance of the class Lock and has two states, locked and unlocked, as well as two methods acquire() and release() with the following rules:
    Một Lock gồm có 2 trạng thái, locked và unlocked, cùng với 2 phương thức để thao tác với Lock là acquire() và release().
  4. Acquiring and relinquishing a class lock by a thread in order to execute a static synchronized method, proceeds analogous to that of an object lock for a synchronized instance method.
    Thu thập và trả lại một khóa class bằng một thread để thực hiện một synchronized method static, tiến hành tương tự như một khóa đối tượng cho một synchronized method.
  5. A thread acquires the class lock before it can proceed with the execution of any static synchronized method in the class, blocking other threads wishing to execute any such methods in the same class.
    Một thread thu thập khóa class trước khi nó có thể tiếp tục thực hiện các static synchronized method trong class, chặn các thread khác thực hiện method tương tự như vậy trong cùng một class.

Những từ khác

  1. "class iii standard" câu
  2. "class interrupt" câu
  3. "class interval" câu
  4. "class library" câu
  5. "class limit" câu
  6. "class magazines" câu
  7. "class mark" câu
  8. "class materials" câu
  9. "class mean" câu
 pc

bản quyền © 2023 WordTech